home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / w3tskman.arc / TASKMAN.TXT < prev   
Text File  |  1991-05-18  |  2KB  |  50 lines

  1.  
  2.  
  3.    A replacement for the Windows 3 Task Manager, this program provides all
  4. functionality plus a whole lot more. For the uninitiated, the Task Manager
  5. is the program run when you double click on the wallpaper or choose the
  6. "Switch to..." option on the system menu.
  7.  
  8.    To use the program, copy TASKMAN.EXE to your Windows directory, most
  9. likely "\WINDOWS". It MUST be in this directory and named TASKMAN.EXE to be
  10. called as the normal Task Manager. Now, double clicking the wallpaper and
  11. "Switch to..." will call the new program.
  12.  
  13.    A feature of this program is the ability to display a user-defined menu
  14. of programs to be executed. To use this feature, you must manually enter
  15. the programs in the WIN.INI file. To achieve this, follow these directions:
  16.  
  17. 1. Load WIN.INI into NOTEPAD or another text editor.
  18. 2. Add the line "[TASKMAN]" to the end of the file.
  19. 3. Add the programs under "[TASKMAN]" in this manner:
  20.  
  21.    PROG#=&Menu Name,\windows\program.exe params
  22.  
  23. PROG# is a "Program number" starting at 1 and increasing for each program
  24. entered. Menu Name is what you would like to appear on the menu, the amper-
  25. -sand designating the underlined "hotkey" letter. A comma separates the
  26. menu name and pathname to the program and optional parameters. 
  27.  
  28. For example:
  29.  
  30. [TASKMAN]
  31. PROG1=&Notepad,\windows\notepad.exe
  32. PROG2=&Card File,\windows\cardfile.exe
  33. PROG3=&Taskman Doc.,\windows\notepad.exe taskman.txt
  34.  
  35.    As mentioned above, double clicking wallpaper and "Switch to..." will
  36. automatically run this program. The program displays all programs currently
  37. running by name in a list box. You may select a program and select an
  38. operation by pressing a button or pressed the button's "hotkey". The buttons
  39. provide the ability to switch to another program, minimize a window, 
  40. maximize a window, restore a window to it's original size, end program 
  41. execution or cancel the Task Manager entirely. In addition, you may select
  42. the "Execute" option to pop up the menu defined in WIN.INI as outlined 
  43. above. 
  44.  
  45.    If you edit the WIN.INI file within Windows, the changes do NOT take
  46. effect until you shutdown and restart.
  47.  
  48. Mark Gamber
  49. 18 Village Dr.
  50. Lancaster, PA. 17601